home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presentation Library 1993 Spring
/
ARPL-Spring-93-Partner-Edition.iso
/
Applications
/
Databases
/
GQL V3.0 Demo
/
GQL⁄User
/
GQL_User.rsrc
/
STR#_1304.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-02-03
|
443 b
|
45 lines
>
>
select tabname, tabid from systables where tabid > 99 order by tabname;
select colname, coltype, collength, colno from syscolumns where tabid = (select tabid from systables where tabname = '^0') order by colno;
Error
Error
create table ^0 (^1);
^0 ^1^2
drop table ^0;
select count(*) from ^1;
select distinct ^0 from ^1 ;
update ^0 set ^1 where ^2;
insert into ^0 (^1) values (^2);
delete from ^0 where ^2;